Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to go1.23 in main #35697

Merged
merged 4 commits into from
Sep 12, 2024
Merged

update to go1.23 in main #35697

merged 4 commits into from
Sep 12, 2024

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Sep 9, 2024

Release notes: https://go.dev/doc/go1.23

Code changes were because some updates to staticcheck were catching more errors. Most of these were format functions without a format string, but rather than adding more exceptions I just fixed them all. This did also catch some incorrectly wrapped errors however.

@jbardin jbardin requested a review from a team September 9, 2024 18:59
@jbardin
Copy link
Member Author

jbardin commented Sep 9, 2024

Among other minor updates, we also have #35426 pending use of the new range over functions feature.

@jbardin
Copy link
Member Author

jbardin commented Sep 9, 2024

I'm also doing concurrent work in the nested backend modules which will conflict here, but will rebase before merging.

Make sure tooling dependencies are updated to use go1.23, and get any
closely related package updates, like golang.org/x/*
Some updates to staticcheck were catching more errors. Most of these
were format functions without a format string, but rather than adding
more exceptions I just fixed them all. This did also catch some
incorrectly wrapped errors.
Copy link
Member

@liamcervante liamcervante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks fine to me, leave it up to you about the risks wrt to the issues the AWS provider is seeing.

@jbardin jbardin merged commit 9ea9905 into main Sep 12, 2024
6 checks passed
@jbardin jbardin deleted the jbardin/update-go branch September 12, 2024 12:24
Copy link
Contributor

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants